Prepare the new UI of the Crop and Gravity Feature#1131
Merged
aatanasov-cloudinary merged 6 commits intodevelopfrom Jan 30, 2026
Merged
Prepare the new UI of the Crop and Gravity Feature#1131aatanasov-cloudinary merged 6 commits intodevelopfrom
aatanasov-cloudinary merged 6 commits intodevelopfrom
Conversation
gabrielcld2
approved these changes
Jan 28, 2026
Collaborator
gabrielcld2
left a comment
There was a problem hiding this comment.
just a small typo, but otherwise this looks good and works as expected 👍
src/js/components/crops-sizes.js
Outdated
|
|
||
| // Bind input events once | ||
| if ( ! input.bound ) { | ||
| let timout = null; |
Collaborator
There was a problem hiding this comment.
nitpick: This variable has a typo: it should probably be named timeout instead of timout
Collaborator
Author
There was a problem hiding this comment.
@gabrielcld2 , thanks, the typo has been fixed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Approach
admin.php?page=cloudinary_image_settings) or the actual asset (post.php?post=4513&action=edit).QA notes
Global transformations:
admin.php?page=cloudinary_image_settingsand enable the Crop and Gravity feature.wp_get_attachment_image_srcwith an example synced asset.Global transformations:
wp_get_attachment_image_src.Example test code: